From: Kim F. Storm Date: Fri, 14 May 2004 23:08:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22478 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8bb33e186e8fdef5c061508aaf26b54dc7027046;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 83e46adbf58..e7be74c4d43 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2004-05-15 Kim F. Storm + + * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p. + Use it to set triggered-p element of timer. + (timer-event-handler): Set triggered-p element non-nil while running + the timer function. + 2004-05-14 David Ponce * tree-widget.el: New file. diff --git a/src/ChangeLog b/src/ChangeLog index ddd7ada7792..64c9d75b167 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,3 @@ -2004-05-14 Kim F. Storm - - * keyboard.c (in_timer_check): New static var. - (timer_check): Use it to guard against reentry. - 2004-05-14 Stefan Monnier * w32fns.c (Fw32_define_rgb_color): Avoid XSET.